home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / perl / 5.10.0 / asm / unistd.ph < prev   
Encoding:
Text File  |  2009-06-26  |  153 b   |  11 lines

  1. require '_h2ph_pre.ph';
  2.  
  3. no warnings 'redefine';
  4.  
  5. if(defined(&__i386__)) {
  6.     require 'asm/unistd_32.ph';
  7. } else {
  8.     require 'asm/unistd_64.ph';
  9. }
  10. 1;
  11.